/*
* @Author: Sun Jijing
* @Date:   2024-03-26 15:15:14
* @Last Modified by: Sun Jijing
* @Last Modified time: 2024-04-08 13:11:07
*/

/* 模块样式 */
.mk_tit { height: 47px; line-height: 45px; margin-bottom: 25px; border-bottom: 1px solid #dddddd; }
.mk_tit > span { display: inline-block; font-size: 24px; height: auto; color: #015293; font-weight: bold; border-bottom: 3px solid #015293; }
.mk_tit > a { float: right; font-size: 16px; color: #ccc; }

/* 头条 */
.toutiao { padding-bottom: 50px; border-bottom: 2px solid #eee; }
.toutiao_con { width: 1014px; margin: 45px auto 0px; padding-left: 120px; position: relative; }
.toutiao_con .tit { position: absolute; left: 4px; top: 50%;margin-top:-25px; width: 100px; height: 50px; border-radius: 0 15px 15px 15px; background: #e43802; line-height: 50px; text-align: center; color: #fff; font-size: 28px; box-shadow: -4px 0 0 #ff9a5d;font-weight:550; letter-spacing: 2px;}
.toutiao a { display: block; font-size: 36px; font-weight: bold; color: #055391; text-align: center; line-height: 1.5em; display: -webkit-box; -webkit-box-orient: vertical; max-height: 3em; overflow: hidden; -webkit-line-clamp: 2; }

/* 要闻动态 */
.ywdt_con { margin-top: 50px; margin-bottom: 40px; }
.ywdt_left { width: 700px; }
.ywdt_right { width: 465px; }

/* 图片新闻 */
.pic_news { position: relative; height: 400px; }
.pic_news_list li img { display: block; width: 100%; height: 400px; overflow: hidden; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.pic_news_list li p { height: 54px; padding-top: 10px; width: 100%; background: linear-gradient(to top,rgba(30,30,30,.8),transparent); position: absolute; left: 0; bottom: 0; z-index: 2; }
.pic_news_list li p span { display: block; width: 70%; line-height: 54px; font-size: 16px; font-weight: bold; color: #fff; padding: 0 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pic_news_but { text-align: right; position: absolute; text-align: right; left: inherit !important; right: 25px; bottom: 16px !important; z-index: 5; width: auto !important; }
.pic_news_but li { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #fff; margin-left: 8px; }
.pic_news_but li.on { background: #0a5491; }
.pic_news_list li:hover img { transform: scale(1.1); }
/* 长图 */
.langSer {margin-bottom:10px;float: left; width: 100%;position: relative;margin-top: 25px}
/* 新闻切换 */
.news_tab { overflow: hidden; }
.news_tab_hd { height: 47px; line-height: 45px; border-bottom: 1px solid #dddddd; margin-bottom: 15px; }
.news_tab_hd a { display: block; float: left; position: relative; padding-right: 12px; margin-right: 12px; font-weight: bold; text-align: center; }
.news_tab_hd a span { display: inline-block; font-size: 20px; color: #333; transform: scale(1); }
.news_tab_hd a::after { content: ''; display: block; width: 1px; height: 16px; background: #acacac; position: absolute; right: 0; top: 11px; }
.news_tab_hd a:last-child { margin-right: 0; padding-right: 0; }
.news_tab_hd a:last-child::after { display: none; }
.news_tab_hd a.on span { font-size: 24px; color: #0a5491;border-bottom: 3px solid #015293; }
.news_list li { height: 36px; line-height: 36px; }
.news_list li a { display: block; width: 72%; float: left; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 10px; position: relative; }
.news_list li a::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background: #0a5491; position: absolute; left: 0; top: 50%; margin-top: -2.5px; }
.news_list li span { font-size: 16px; float: right; color: #9a9a9a; }
.news_list li:hover a, .news_list li:hover span { color: #0a5491; }

/* 板块切换 */
.gray { background: #f4f4f4; }
.module_tab_hd { height: 100px; line-height: 100px; background: #0a5491; margin-bottom: 45px; }
.module_tab_hd a { display: block; float: left; width: 33.33%; text-align: center; font-size: 30px; font-weight: bold; color: #fff; position: relative; height: 100px; line-height: 100px; }
.module_tab_hd a:nth-child(1) { background: #337dba; }
.module_tab_hd a:nth-child(2) { background: #4590ca; }
.module_tab_hd a:nth-child(3) { background: #3c82bd; }
.module_tab_hd a i { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 16px 16px; position: absolute; bottom: -30px; left: 50%; z-index: 2; display: none; }
.module_tab_hd a:nth-child(1) i { border-color: #337dba transparent transparent transparent; }
.module_tab_hd a:nth-child(2) i { border-color: #4590ca transparent transparent transparent; }
.module_tab_hd a:nth-child(3) i { border-color: #3c82bd transparent transparent transparent; }
.module_tab_hd a img { display: inline-block; vertical-align: middle; margin-right: 10px; }
.module_tab_hd a.on { font-size: 30px; }
.module_tab_hd a.on i { display: block; }
.module_tab_bd .item_con { background: #fff; padding: 30px !important; margin-bottom: 55px; }

/* 政务公开 */
.zwgk_left { width: 695px; }
#zwgk_tab .news_tab_hd a::after { display: none; }
.zwgk_right { width: 402px; }
.zfxxgk_con { overflow: hidden; }
.zfxxgk_list { width: 105%; }
.zfxxgk_list li { width: 194px; height: 78px; float: left; background: #f8f8f8; border-radius: 4px; margin-right: 14px; margin-bottom: 14px; }
.zfxxgk_list li a { display: block; width: 100%; overflow: hidden; text-align: center; }
.zfxxgk_list li img { vertical-align: middle; transform: rotateY(0deg); transition: all linear 400ms; margin-top: 10px; }
.zfxxgk_list li span { font-size: 18px; color: #333; display: block; }
.zfxxgk_list li:hover span { color: #0a5491; }
.zfxxgk_list li:hover img { transform: rotateY(180deg); }
.zwgk_link { height: 74px; line-height: 74px; border-radius: 10px; }
.zwgk_link.link01 { background: #4590ca; background: linear-gradient(to bottom, #5cace9, #4590ca); margin-top: 10px; }
.zwgk_link.link02 { background: #337dba; background: linear-gradient(to bottom, #4590ca, #0a5491); margin-top: 20px; }
.zwgk_link a { display: block; padding-left: 35px; font-size: 24px; color: #fff; display: flex; align-items: center; background: url(zwgk_more.png) no-repeat 92% center; }
.zwgk_link img { vertical-align: middle; margin-right: 20px; transform: rotateY(0deg); transition: all linear 400ms; }
.zwgk_link:hover img { transform: rotateY(180deg); }
.zwgk_link:hover a { font-weight: bold; }

/* 办事服务 */
.bsfw_item { width: 360px; }
.bsfw_item .mk_tit, .bsfw_tszq .mk_tit { margin-bottom: 20px; }
.bsfw_gr { margin-right: 30px; }
.bsfw_item .con { overflow: hidden; }
.bsfw_item .bsfw_list { width: 105%; }
.bsfw_item .bsfw_list li { float: left; width: 110px; height: 100px; background: #f8f8f8; text-align: center; margin-right: 14px; margin-bottom: 14px; }
.bsfw_item .bsfw_list li img { transform: rotateY(0deg); transition: all linear 400ms; height: 30px; margin-top: 20px; }
.bsfw_item .bsfw_list li p { font-size: 16px; color: #333; margin-top: 15px; }

.bsfw_tszq { width: 360px; }
.bsfw_tszq .con { box-shadow: 4px 1px 8px rgba(68,68,68,.2); height: 306px; background: url(fwzq_bg.png) no-repeat right bottom; padding: 10px; }
.bsfw_item .bsfw_list li:hover img { transform: rotateY(180deg); }
.bsfw_item .bsfw_list li:hover p { color: #0a5491; }
.bsfw_news li { height: 56px; line-height: 56px; }
.bsfw_news li a { display: block; padding-left: 15px; font-size: 18px; color: #333; position: relative; width: 92%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bsfw_news li a::after { content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: #0a5491; position: absolute; left: 0; top: 50%; margin-top: -3px; }
.bsfw_news li:hover a { color: #0a5491; }

.bsfw_xnjd { margin-top: 20px; background: #f5fafe; padding: 20px 30px; }
.bsfw_xnjd .mk_tit span.tips { font-size: 14px; color: #999; font-weight: normal; margin-left: 10px; }
.xnjd_list { display: flex; justify-content: space-between; }
.xnjd_list li { font-size: 18px; color: #333; }
.xnjd_list li strong { font-size: 24px; color: #0a5491; margin-left: 10px; display: inline-block; }

/* 互动交流 */
.hdjl_item { width: 545px; }
.hdjl_item .mk_tit span.fr { display: flex; align-items: center; }
.hdjl_item .mk_tit span.fr a { font-size: 18px; display: inline-flex; align-items: center; font-weight: normal; color: #333; }
.hdjl_item .mk_tit i { font-size: 14px; font-weight: normal; color: #eee; margin: 0 10px; }
.hdjl_item .mk_tit img { vertical-align: middle; margin-right: 5px; }
.mzxx_totle { background: #f5fafe; margin-bottom: 20px; padding: 15px; text-align: center; }
.mzxx_totle p { font-size: 16px; color: #0a5491; }
.mzxx_totle p span { font-size: 18px; font-weight: bold; color: #0a5491; }
.mzxx_link { margin-top: 20px; }
.mzxx_link a { display: block; width: 48%; height: 75px; line-height: 75px; background: #337dba; background: linear-gradient(to bottom, #5cace9, #4590ca); border-radius: 6px; color: #fff; font-size: 24px; text-align: center; display: flex; align-items: center; justify-content: center; }
.mzxx_link a.fr { background: #4590ca; background: linear-gradient(to bottom, #4590ca, #0a5491); }
.mzxx_link a img { margin-right: 20px; vertical-align: middle; transform: rotateY(0deg); transition: all linear 400ms; }
.mzxx_link a:hover img { transform: rotateY(180deg); }

.zxft_con { margin-bottom: 36px; }
.zxft_con .con { overflow: hidden; background: #f5fafe; }
.zxft_con .con .img { width: 50%; float: left; }
.zxft_con .con .img img { width: 100%; height: 150px; object-fit: cover; }
.zxft_con .con .txt { padding: 10px 15px; width: 230px; float: right; }
.zxft_con .con .txt p { font-size: 16px; color: #666; line-height: 1.8em; }

.zjdc_hd { margin-bottom: 20px; display: flex; align-items: center; }
.zjdc_hd a { display: inline-block; padding-right: 20px; margin-right: 20px; position: relative; font-size: 20px; font-family: '宋体'; font-family: '思源宋体'; color: #888; line-height: 28px; }
.zjdc_hd a i { display: block; width: 1px; height: 16px; background: #acacac; position: absolute; top: 6px; font-size: 0; right: 0; }
.zjdc_hd a.on { font-size: 28px; color: #005293; }
.zjdc_list li { height: 40px; line-height: 40px; }
.zjdc_list li a { font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; float:left; max-width: 80%; }
.zjdc_list li a span { display: inline-block; float: left; margin-right: 10px; border-radius: 4px; height: 22px; line-height: 22px; padding: 0 5px; background: #e5e5e5; color: #888; margin-top: 10px; font-size: 14px; }
.zjdc_list li a span.ing { background: #d8edfe; color: #005293; }
.zjdc_list li > span { float: right; }
.zjdc_list li:hover a { color: #005293; }

/* 专题专栏 */
.ztzl_con { padding-top: 45px; padding-bottom: 32px; }
.ztzl_list { overflow: hidden; }
.ztzl_ul { width: 110%; }
.ztzl_ul li {width: 283px; margin-right: 22px; float: left; -margin-bottom: 22px; }
.ztzl_ul li img { display: block; width: 100%; height: 165px; object-fit: cover; }

.ztzl_slide { margin-top: 22px; position: relative; }
.ztzl_slide_list li img { display: block; width: 100%; height: 165px; object-fit: cover; }
.ztzl_slide_but { display: block; width: 30px; height: 50px; background: rgba(0, 0, 0, .6); position: absolute; z-index: 2; top: 50%; margin-top: -15px; color: #fff; font-family: "宋体"; line-height: 50px; text-align: center; font-size: 30px; }
.ztzl_slide_but.prev { border-radius: 0 6px 6px 0; left: 0; }
.ztzl_slide_but.next { right: 0; border-radius: 6px 0 0 6px; }

/* 适配代码 */
@media screen and (max-width: 1200px) {
	.toutiao_con { width: 100%; }

	.ywdt_con { display: flex; justify-content: space-between; }
	.ywdt_con::after { display: none; }
	.ywdt_left { width: 50%; }
	.ywdt_right { width: 46%; }

	.news_tab_hd { display: flex;height:auto;line-height:inherit; }
	.news_tab_hd a { padding-right: 0; }
	.news_tab_hd a::after { display: none; }

	.module_tab_bd .item_con { display: flex; justify-content: space-between; flex-wrap: wrap; }
	.module_tab_bd .item_con::after { display: none; }

	.zwgk_left { width: 54%; }
	.zwgk_right { width: 40%; }
	.zfxxgk_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.zfxxgk_list li { width: 46%; }

	.bsfw_item, .bsfw_tszq { width: 31%; }
	.module_tab_bd .item_con .clearfix { display: none; }
	.bsfw_gr { margin-right: 0; }
	.bsfw_item .bsfw_list { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
	.bsfw_item .bsfw_list li { width: 31%; margin-right: 0; }
	.bsfw_item .bsfw_list li p { font-size: 16px; }
	.bsfw_tszq .con { width: 100%; height: 326px; }
	.bsfw_news li a { width: 100%; font-size: 18px; }
	#bsfw_xnjd, .bsfw_xnjd { width: 100%; }
	.xnjd_list { display: flex; justify-content: space-between; width: 100%; }
	.xnjd_list li strong { margin-left: 0; display: block; }

	.hdjl_item { width: 48%; }
	.zxft_con .con a { display: flex; }
	.zxft_con .con .img, .zxft_con .con .img img { height: 100%; }
	.zxft_con .con .txt p { max-height: 3.6em; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
	.zjdc_list li a { display: block; }

	.ztzl_ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.ztzl_ul li { width: 31%; margin-right: 0; }
}

@media screen and (max-width:1024px) {
	.toutiao { padding-bottom: 40px; }
	.toutiao_con { margin-top: 40px; }
	.toutiao a { font-size: 24px; }

	.ywdt_con { margin-top: 40px; flex-wrap: wrap; }
	.ywdt_left { width: 100%; margin-bottom: 40px; }
	.pic_news, .pic_news_list li img { height: 50vw; }
	.ywdt_right { width: 100%; }

	.news_tab_hd { margin-bottom: 20px; }
	.news_tab_hd a { margin-right: 20px; }

	.module_tab_hd { height: 56px; line-height: 56px; margin-bottom: 30px; }
	.module_tab_hd a { height: 56px; line-height: 56px; font-size: 18px; }
	.module_tab_hd a.on { font-size: 18px; }

	.module_tab_bd .item_con { padding: 20px !important; margin-bottom: 40px; }

	.zwgk_left, .zwgk_right { width: 100%; float: none; }
	.zwgk_left { margin-bottom: 20px; }

	.mk_tit { margin-bottom: 20px;height:auto;line-height:inherit; }
.mk_tit > span{padding-bottom:12px;}

	.zfxxgk_list li { width: 31%; margin-right: 0; margin-bottom: 15px; }

	.zwgk_link { height: 60px; line-height: 60px; width: 48%; }
	.zwgk_link.link01 { float: left; margin-top: 0; }
	.zwgk_link.link02 { float: right; margin-top: 0; }
	.zwgk_link a { padding-left: 20px; font-size: 20px; }
	.zwgk_link img { height: 30px; }

	.bsfw_item, .bsfw_tszq { width: 100%; float: none; }
	.bsfw_item .bsfw_list li { width: 23.5%; }
	.bsfw_item .bsfw_list li:nth-child(9) { display: none; }
	.bsfw_tszq .con { height: auto; }
	.bsfw_news li { height: 40px; line-height: 40px; }
	.bsfw_news li a { font-size: 16px; }
	.bsfw_item .bsfw_list li { display: flex; align-items: center; justify-content: center; height: 80px; }
	.bsfw_item .bsfw_list li img { margin-top: 0; }
	.bsfw_item .bsfw_list li p { margin-top: 10px; }

	.hdjl_item { width: 100%; float: none; }
	.mzxx_totle { padding: 5px 10px; margin-bottom: 10px; }
	.mzxx_con { margin-bottom: 30px; }
	.zxft_con { margin-bottom: 30px; }
	.zxft_con .con .txt { width: 50%; }

	.ztzl_con { padding-top: 40px; padding-bottom: 20px; }
	.ztzl_ul li { margin-bottom: 20px; }
	.ztzl_ul li img { height: 15vw; }
}
@media screen and (max-width:768px) {
	.toutiao { padding-bottom: 20px; }
	.toutiao_con { margin-top: 20px; padding-left: 80px; }
	.toutiao_con .tit { width: 60px; height: 30px; line-height: 30px; font-size: 18px; border-radius: 0 6px 6px 6px; }
	.toutiao a { font-size: 18px; }

	.ywdt_con { margin-top: 30px; margin-bottom: 30px; }

	.ywdt_left { margin-bottom: 20px; }
	.pic_news_list li p span { line-height: 44px; font-size: 14px; font-weight: normal; }

	.news_tab_hd { margin-bottom: 10px; }
	.news_tab_hd a { margin-right: 0px;width:25%; }
	.news_tab_hd a span { font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 99%; display: block;padding-bottom:12px;}
	.news_tab_hd a.on span { font-size:16px; }

	.news_list li { height: 32px; line-height: 32px; }
	.news_list li a, .news_list li span { font-size: 14px; }

	.module_tab_hd { margin-bottom: 20px; }
	.module_tab_hd a i { border-width: 10px; bottom: -20px; margin-left: -10px; }
	.module_tab_bd { width: 100%; }
	.module_tab_bd .item_con { padding: 4vw !important; margin-bottom: 30px; }

	.mk_tit > span { font-size: 18px; }
	.zfxxgk_list li { width: 48%; }
	.zwgk_link { width: 100%; }
	.zwgk_link.link01, .zwgk_link.link02 { float: none; }
	.zwgk_link.link01 { margin-bottom: 10px; }

	.bsfw_xnjd { padding: 15px; }

	.xnjd_list { flex-wrap: wrap; }
	.xnjd_list li { width: 49%; }


	.zxft_con .con a { flex-direction: column; }
	.zxft_con .con .img, .zxft_con .con .txt { width: 100%; }

	.ztzl_con { padding-top: 30px; }
	.ztzl_ul li { width: 49%; margin-bottom: 10px; }
	.ztzl_ul li img { height: 26vw; }
.zfxxgk_list li span{font-size:15px;margin-top:6px;}

}